StatusFrameView

class StatusFrameView @JvmOverloads constructor(    context: Context,     attrs: AttributeSet? = null,     defStyleAttr: Int = 0) : FrameLayout

Constructors

Link copied to clipboard
fun StatusFrameView(    context: Context,     attrs: AttributeSet? = null,     defStyleAttr: Int = 0)

Types

Link copied to clipboard
enum Status : Enum<StatusFrameView.Status>

Functions

Link copied to clipboard
open override fun setBackground(drawable: Drawable)
Link copied to clipboard
open override fun setBackgroundColor(color: Int)
Link copied to clipboard
fun setOnActionEventListener(listener: View.OnClickListener)
Link copied to clipboard
fun setStatus(status: StatusFrameView.Status)

Properties

Link copied to clipboard
var actionIconTint: ColorStateList?
Link copied to clipboard
var actionText: Int
Link copied to clipboard
var emptyIcon: Drawable?
Link copied to clipboard
var emptyIconTint: ColorStateList?
Link copied to clipboard
var emptyText: String?
Link copied to clipboard
var errorIcon: Drawable?
Link copied to clipboard
var errorIconTint: ColorStateList?
Link copied to clipboard
var errorText: String?
Link copied to clipboard
var showAction: Boolean = false